Skip to main content

Get Rightsizing Actions

GET 

/rightsizing/actions

Returns a list of rightsizing actions that have been executed for a given cluster. Actions represent actual changes made to container resource requests.

Request

Query Parameters

    cluster_id integerrequired
    page_number integer

    Default value: 1

    page_size integer

    Default value: 10

    days integer

    Default value: 30

    start_date string

    Start date (YYYY-MM-DD)

    end_date string

    End date (YYYY-MM-DD)

Responses

The rightsizing actions for the specified cluster

Schema

    total_rows Total Rows (integer)required

    results

    object[]

    required

  • Array [

  • id Id (integer)required
    client_id Client Id (string)required
    cluster_id Cluster Id (string)
    eks_cluster_arn Eks Cluster Arn (string)
    namespace Namespace (string)
    controller_kind Controller Kind (string)
    controller_name Controller Name (string)
    log_level Log Level (string)
    timestamp date-time
    message Message (string)
  • ]

Loading...